CMS Security: CSRF, Rate Limiting, Encryption
AliothPress applies layered security to every installation: CSRF tokens on all state-changing requests, rate limiting with automatic brute-force lockout, optional two-factor authentication with layered recovery, encrypted storage for SMTP passwords and API keys, allow-list HTML sanitization, server-side SVG cleaning, strict security headers on every response, and a persistent audit log of admin activity.
Read more